name: testsPCE run_id: commands[0] env HOME: /home/jenkins env LANG: C.UTF-8 env PATH: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/testsPCE/bin:/opt/pyenv/bin:/tmp/venv-Arx1/bin:/opt/pyenv/shims:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin env PYTHONHASHSEED: 3368200261 env PIP_DISABLE_PIP_VERSION_CHECK: 1 env PYTHONIOENCODING: utf-8 env PIP_EXTRA_INDEX_URL: https://gitlab.com/api/v4/projects/33090323/packages/pypi/simple env TOX_ENV_NAME: testsPCE env TOX_WORK_DIR: /w/workspace/transportpce-tox-verify-transportpce-master/.tox env TOX_ENV_DIR: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/testsPCE env VIRTUAL_ENV: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/testsPCE metadata pid: 5054 cwd: /w/workspace/transportpce-tox-verify-transportpce-master/tests allow: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/testsPCE/bin/*:launch_tests.sh cmd: ./launch_tests.sh pce exit_code: 1 pytest -q transportpce_tests/pce/test01_pce.py .................... [100%] 20 passed in 117.06s (0:01:57) pytest -q transportpce_tests/pce/test02_pce_400G.py ...........F [100%] =================================== FAILURES =================================== ______ TransportPCE400Gtesting.test_12_path_computation_400G_xpdr_bi_cfg _______ self = def test_12_path_computation_400G_xpdr_bi_cfg(self): path_computation_input_data = { "service-name": "service-1", "resource-reserve": "true", "service-handler-header": { "request-id": "request1" }, "service-a-end": { "service-rate": "400", "clli": "nodeA", "service-format": "Ethernet", "node-id": "XPDR-A2" }, "service-z-end": { "service-rate": "400", "clli": "nodeC", "service-format": "Ethernet", "node-id": "XPDR-C2" }, "pce-routing-metric": "hop-count" } response = test_utils.transportpce_api_rpc_request('transportpce-pce', 'path-computation-request', path_computation_input_data) > self.assertIn('Path is calculated', response['output']['configuration-response-common']['response-message']) E AssertionError: 'Path is calculated' not found in 'Cannot fit a service with 87.50GHz on node XPDR-A2-XPDR1, with slot width granularity 6.25000 min slots 1 and max slots 1' transportpce_tests/pce/test02_pce_400G.py:368: AssertionError ----------------------------- Captured stdout call ----------------------------- execution of test_12_path_computation_400G_xpdr_bi_cfg --------------------------- Captured stdout teardown --------------------------- all processes killed =========================== short test summary info ============================ FAILED transportpce_tests/pce/test02_pce_400G.py::TransportPCE400Gtesting::test_12_path_computation_400G_xpdr_bi_cfg 1 failed, 11 passed in 44.50s